BenSelect Documentation
SafeDictionary<TKey,TValue> Class Properties
See Also  Send Feedback
Selerix.Foundation.Data Namespace : SafeDictionary<TKey,TValue> Class


For a list of all members of this type, see SafeDictionary<TKey,TValue> members.

Public Properties

 NameDescription
public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
public PropertyItemGets or sets the value associated with the specified key.  
public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Top

See Also

© 2024 All Rights Reserved.